/* -- two_cols_empty -- */
#two_cols_empty1 .two-columns {
  padding: 30px; }
  @media screen and (max-width: 700px) {
    #two_cols_empty1 .two-columns {
      padding: 8px;
      margin-bottom: 20px; } }
  #two_cols_empty1 .two-columns .section {
    display: table;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 991px) {
      #two_cols_empty1 .two-columns .section {
        flex-wrap: wrap;
        display: flex; } }
    #two_cols_empty1 .two-columns .section div.column {
      display: table-cell;
      width: 50%;
      height: 100%;
      min-width: 400px;
      padding: 20px;
      vertical-align: top; }
      @media screen and (max-width: 700px) {
        #two_cols_empty1 .two-columns .section div.column {
          display: contents;
          padding: 4px;
          padding-top: 20px; } }
      @media screen and (max-width: 991px) {
        #two_cols_empty1 .two-columns .section div.column {
          width: 100%;
          margin-bottom: 20px; } }
